home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_doom / autoplay.zip / THUG1.B_ < prev    next >
Text File  |  1996-07-21  |  6KB  |  202 lines

  1. @echo off
  2. if exist %wpth% goto menu
  3. move thug.wad %wpth%
  4. cls
  5. echo.
  6. echo  Thug.wad has just been moved to your DeathMatch wads directory.
  7. echo  Remember, thug.wad is also great for Deathmatch play.
  8. echo.
  9. pause
  10. :menu
  11. cls
  12. echo *******************************************************************************
  13. echo *   *   *   *   *   Prepare for battle with the Auto-Player!   *   *   *   *  *
  14. echo *******************************************************************************
  15. echo.
  16. echo  +FIGHT THE SHOTGUN Auto-Player+     :  +OTHER COOL STUFF+
  17. echo.                                     : 
  18. echo  A  Beginner                         :  J  * Use only in case of frustration *
  19. echo  B  Difficult                        :  K  Play replaced Doom2 demos 
  20. echo  C  Doom Gods only                   :  L  Record your own demo
  21. echo.                                     :  M  Play your own demo
  22. echo  +FIGHT THE BFG Auto-Player+         :  N  Read text file (recommended)
  23. echo                                      : 
  24. echo  D  Beginner                         : 
  25. echo  E  Difficult                        :
  26. echo  F  Doom Gods only                   :
  27. echo.                                     :
  28. echo  +FIGHT THE ROCKET Auto-Player+      :
  29. echo.                                     :
  30. echo  G  Beginner                         :
  31. echo  H  Difficult                        :
  32. echo  I  Doom Gods only                   :
  33. echo................................................................................
  34. echo.
  35. choice /c:abcdefghijklmn /n  Enter a choice (or CTRL-C to cancel): {A,B,C,D,E,F,G,H,I,J,K,L,M,N} ?
  36. if errorlevel 14 goto text
  37. if errorlevel 13 goto pldemo
  38. if errorlevel 12 goto recdemo
  39. if errorlevel 11 goto demo
  40. if errorlevel 10 goto supwep
  41. if errorlevel 9 goto rktdgo
  42. if errorlevel 8 goto rktdif
  43. if errorlevel 7 goto rktbeg
  44. if errorlevel 6 goto bfgdgo
  45. if errorlevel 5 goto bfgdif
  46. if errorlevel 4 goto bfgbeg
  47. if errorlevel 3 goto ssgdgo
  48. if errorlevel 2 goto ssgdif
  49. if errorlevel 1 goto ssgbeg
  50.  
  51. :demo
  52. thughak -reload -load bfgdif.deh
  53. goto startdemo
  54. :supwep
  55. thughak -reload -load supwep.deh
  56. goto start1
  57. :rktdgo
  58. thughak -reload -load rktdgo.deh
  59. goto start3
  60. :rktdif
  61. thughak -reload -load rktdif.deh
  62. goto start3
  63. :rktbeg
  64. thughak -reload -load rktbeg.deh
  65. goto start3
  66. :bfgdgo
  67. thughak -reload -load bfgdgo.deh
  68. goto start2
  69. :bfgdif
  70. thughak -reload -load bfgdif.deh
  71. goto start2
  72. :bfgbeg
  73. thughak -reload -load bfgbeg.deh
  74. goto start2
  75. :ssgdgo
  76. thughak -reload -load bfgdgo.deh
  77. goto start1
  78. :ssgdif
  79. thughak -reload -load bfgdif.deh
  80. goto start1
  81. :ssgbeg
  82. thughak -reload -load bfgbeg.deh
  83. goto start1
  84. :start1
  85. thughack -file %wpth% -warp 1
  86. goto end
  87. :start2
  88. thughack -file %wpth% -warp 2
  89. goto end
  90. :start3
  91. thughack -file %wpth% -warp 3 -skill 4
  92. goto end
  93. :startdemo
  94. cls
  95. echo.
  96. echo  Demos include:
  97. echo.
  98. echo  1. Me Fighting the Auto-Player (using option B: Difficult), making it
  99. echo  through all three levels in one life.
  100. echo.
  101. echo  2. A Deathmatch demo, with Myogenic (NYC Dwango) and myself on each of
  102. echo  the three levels.
  103. echo.
  104. echo  3. Me killing the Shotgun Auto-Player against the clock (using option B).
  105. echo.
  106. echo  If you can get a faster time, send me the demo and I will include it,
  107. echo  with a credit, in the next version.
  108. echo.
  109. pause
  110. echo.
  111. echo WAIT 10 SECONDS AT THE OPENING SCREEN FOR THE DEMOS TO AUTOMATICALLY BEGIN
  112. echo.
  113. pause
  114. echo.
  115. thughack -file %wpth% 
  116. goto menu
  117. :recdemo
  118. cls
  119. echo *******************************************************************************
  120. echo *   *   *   *   *   *   * RECORD DEMO OF YOUR BATTLE *   *   *   *   *   *    *
  121. echo *******************************************************************************
  122. echo.
  123. echo  +FIGHT THE SHOTGUN Auto-Player+     : 
  124. echo.                                     :  Every time a demo is recorded the 
  125. echo  A  Beginner                         :  previously recorded demo is over-
  126. echo  B  Difficult                        :  written.  If you make one you
  127. echo  C  Doom Gods only                   :  want to save, you must rename it.
  128. echo.                                     :  This program records a demo named 
  129. echo  +FIGHT THE BFG Auto-Player+         :  Thug.lmp that is found in the doom2  
  130. echo                                      :  directory.  If you want to play a
  131. echo  D  Beginner                         :  demo without using the menu's play 
  132. echo  E  Difficult                        :  option (M)(which is the case for any
  133. echo  F  Doom Gods only                   :  renamed demo), please see the text
  134. echo.                                     :  for more information.
  135. echo  +FIGHT THE ROCKET Auto-Player+      :
  136. echo.                                     :
  137. echo  G  Beginner                         :
  138. echo  H  Difficult                        :
  139. echo  I  Doom Gods only                   :
  140. echo................................................................................
  141. echo.
  142. choice /c:abcdefghij /n  Enter a choice (or CTRL-C to cancel): {A,B,C,D,E,F,G,H,I} ?
  143. if errorlevel 10 goto supwep1
  144. if errorlevel 9 goto rktdgo1
  145. if errorlevel 8 goto rktdif1
  146. if errorlevel 7 goto rktbeg1
  147. if errorlevel 6 goto bfgdgo1
  148. if errorlevel 5 goto bfgdif1
  149. if errorlevel 4 goto bfgbeg1
  150. if errorlevel 3 goto ssgdgo1
  151. if errorlevel 2 goto ssgdif1
  152. if errorlevel 1 goto ssgbeg1
  153.  
  154. :supwep1
  155. thughak -reload -load supwep.deh
  156. goto startt1
  157. :rktdgo1
  158. thughak -reload -load rktdgo.deh
  159. goto startt3
  160. :rktdif1
  161. thughak -reload -load rktdif.deh
  162. goto startt3
  163. :rktbeg1
  164. thughak -reload -load rktbeg.deh
  165. goto startt3
  166. :bfgdgo1
  167. thughak -reload -load bfgdgo.deh
  168. goto startt2
  169. :bfgdif1
  170. thughak -reload -load bfgdif.deh
  171. goto startt2
  172. :bfgbeg1
  173. thughak -reload -load bfgbeg.deh
  174. goto startt2
  175. :ssgdgo1
  176. thughak -reload -load bfgdgo.deh
  177. goto startt1
  178. :ssgdif1
  179. thughak -reload -load bfgdif.deh
  180. goto startt1
  181. :ssgbeg1
  182. thughak -reload -load bfgbeg.deh
  183. goto startt1
  184. :startt1
  185. thughack -record thug -maxdemo 1024 -file %wpth% -warp 1
  186. goto menu
  187. :startt2
  188. thughack -record thug -maxdemo 1024 -file %wpth% -warp 2
  189. goto menu
  190. :startt3
  191. thughack -record thug -maxdemo 1024 -file %wpth% -warp 3 -skill 4
  192. goto menu
  193. :pldemo
  194. thughack -playdemo thug -file %wpth%
  195. goto menu
  196. :text
  197. edit thgsetup.txt
  198. goto menu
  199. :end
  200.  
  201.  
  202.